luci-base: change Save Button textcolor to white
authorChristian Korber <[email protected]>
Wed, 26 Feb 2025 11:47:57 +0000 (12:47 +0100)
committerPaul Donald <[email protected]>
Tue, 4 Mar 2025 02:42:57 +0000 (20:42 -0600)
Upstream color is defined as #808080, so for better distinction the
color is changed to var(--white-color).

Signed-off-by: Christian Korber <[email protected]>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index f5d2f9d0100780db1ebae9936b9fe185cc5e093c..8624eb64a0b56c009709dbb5023ed980ffef1ca5 100644 (file)
@@ -1586,6 +1586,10 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
        color: var(--main-menu-color);
 }
 
+.cbi-dropdown.btn.cbi-button.cbi-button-positive.important > ul > li[display] {
+       color: var(--white-color);
+}
+
 .cbi-dropdown > ul > li[display],
 .cbi-dropdown[open] > ul.preview,
 .cbi-dropdown[open] > ul.dropdown > li,